home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / msgtos13.zip / READ.ME < prev    next >
Text File  |  1990-03-31  |  3KB  |  70 lines

  1. NOTE: Throughly read the docs concerning the new command line switches
  2.       and the new parameters.  The new parameters are mandatory!
  3.       Comments can be addressed to Mike Zakharoff (1:343/36).
  4.  
  5.           ------------------ Version 1.3 (03/31/90) ----------------
  6.  
  7.      1) Added "WORKDIR---->" parameter to the MSGTOSS.CFG file.
  8.  
  9.      2) Added "LOGDIR----->" parameter to the MSGTOSS.CFG file.
  10.  
  11.      3) Added "BLANKMSG--->" parameter to the MSGTOSS.CFG file.
  12.  
  13.      4) Added the /FIXC command line switch
  14.  
  15.      5) Added the /WDIR command line switch
  16.  
  17.      6) Modified the display functions (purging,  sizing,  expanding) to be
  18.         more connsistant.
  19.  
  20.      7) Added  to  the status line the number of messages left  to  process
  21.         (count-down), updated with new packet.
  22.  
  23.      8) Added code to check for message base corruption during  mailwaiting
  24.         & pre-counting phases, execute FIXMSG is /FIX or /FIXC is active.
  25.  
  26.      9) Added  time statistics,  purging totals &  messages skipped to  the
  27.         MSGTOSS.LOG file
  28.  
  29.     10) Fixed  bug where an extremely small packet from net 269  (or  other
  30.         net  with  0DH  in message header) may not always  get  deleted  by
  31.         MSGTOSS, causing repeated tossing.
  32.  
  33.     11) Fixed  bug where MSGTOSS may not correctly set position 82  of  the
  34.         checkpoint  record (last record in message file) when MAINT%LO  and
  35.         MAINT%HI are each set to 100 (for ELASTIC operation).
  36.  
  37.     12) Added  code  so the " Origin:"  line will always be formated  to  a
  38.         margin of 79, (as long as the MARGIN is >= 72.)
  39.  
  40.     13) Fixed  minor  bug  where if message base is  100%  full  the  /STAT
  41.         command  may  report  number of free records to  be  -1  (vice  0),
  42.         throwing off the Full% column.
  43.  
  44.     14) Added code to make sure MAINT%LO and MAINT%HI are properly set  and
  45.         abort if not proper ( %LO < %HI, within 0-100).
  46.  
  47.     15) Added  code  to PAGE excess users to disk of MSGTOSS  runs  out  of
  48.         memory  during  the purging or mailwaiting phases.   MSGTOSS  could
  49.         only  handle about 2000 users before,  if exceeded would result  in
  50.         "out of string space"  error.   New limit is 32000,  but is  slowed
  51.         down if paging is required.
  52.  
  53.     16) New  parameter  LOGDIR allows selection of where  the  MSGTOSS.LOG,
  54.         MSGTOSS.ERR & MSGTOSS.DUP go.
  55.  
  56.     17) New parameter WORKDIR (work directory, on by /WDIR switch) can be a
  57.         RAM disk that will be used (if enough space available) to copy  the
  58.         message  base being purged,  sized, or the MSGTOSS.EID  file  while
  59.         tossing.   MSGTOSS  will automatically copy to/from and  delete  as
  60.         required to keep RAM disk cleared.  In addition,  if paging  excess
  61.         users  to  disk  is required,  MSGTOSS will use  the  RAM  disk  if
  62.         possible.
  63.  
  64.     18) New parameter BLANKMSG (in conjunction with new /FIXC switch)  will
  65.         copy a small, blank message base (you create via RBBS's CONFIG.EXE)
  66.         if MSGTOSS detects a corrupt message base and FIXMSG was unable  to
  67.         fix twice.  Corrupt message base will be renamed to *.BAD
  68.  
  69.     19) Revised documentation, added table of contents.
  70.